*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 27 Jun 2002 21:46:45 +0000 (21:46 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 27 Jun 2002 21:46:45 +0000 (21:46 +0000)
lisp/ChangeLog

index 7f7e7eb61d5567093143f32cfe51d226bf94052a..6ef47680a38f70ea8c69f6d8428cf48076f95425 100644 (file)
 
 2002-06-27  Stefan Monnier  <monnier@cs.yale.edu>
 
+       * mwheel.el (mouse-wheel-change-button): Deactivate before changing.
+       (mouse-wheel-up-button, mouse-wheel-down-button): Obsolete.
+       (mouse-wheel-up-event, mouse-wheel-down-event): New vars.
+       (mouse-wheel-follow-mouse): Change default to t.
+       (mwheel-event-button): Return the basic event symbol.
+       (mwheel-scroll): Work with non-mouse events.
+       (mouse-wheel-mode): Use the new vars.
+       (mwheel-install): Obey `uninstall'.
+
+       * term/xterm.el (function-key-map): Add some bindings.
+
        * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
        Rename from delay-uniquify-rationalize-file-buffer-names.
        Only rationalize if the buffer is under uniquify control.